github.com/klauspost/compress/flate.decompressor.applyCP (method)

3 uses

	github.com/klauspost/compress/flate (current package)
		inflate.go#L839: 	return f.applyCP(cp)
		inflate.go#L846: func (f *decompressor) applyCP(cp InflateCheckpoint) error {
		inflate.go#L928: 		if err := f.applyCP(f.cp); err != nil {